home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / file tools / synchronizer / synchronizer.exe / .rsrc / 0 / RCDATA / TENTERREGKEY / TENTERREGKEY.txt
Encoding:
Text File  |  1997-03-04  |  1.1 KB  |  65 lines

  1. object EnterRegKey: TEnterRegKey
  2.   Left = 668
  3.   Top = 118
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter registration key'
  7.   ClientHeight = 86
  8.   ClientWidth = 312
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 85
  21.     Height = 13
  22.     Caption = 'Registration name'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 32
  27.     Width = 76
  28.     Height = 13
  29.     Caption = 'Registration key'
  30.   end
  31.   object Edit1: TEdit
  32.     Left = 104
  33.     Top = 8
  34.     Width = 201
  35.     Height = 21
  36.     TabOrder = 0
  37.   end
  38.   object Edit2: TEdit
  39.     Left = 104
  40.     Top = 32
  41.     Width = 201
  42.     Height = 21
  43.     TabOrder = 1
  44.   end
  45.   object Button1: TButton
  46.     Left = 104
  47.     Top = 56
  48.     Width = 97
  49.     Height = 25
  50.     Caption = 'Register'
  51.     Default = True
  52.     TabOrder = 2
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 208
  57.     Top = 56
  58.     Width = 97
  59.     Height = 25
  60.     Caption = 'Cancel'
  61.     TabOrder = 3
  62.     OnClick = Button2Click
  63.   end
  64. end
  65.